This tutorial presents the derivative of the natural exponential function \( e^x \) using the limit definition. We also cover the derivative of composite exponential functions of the form \( e^{u(x)} \), including detailed examples and solutions.
The definition of the derivative of a function \( f(x) \) is:
\[ f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} \]Let \( f(x) = e^x \). Then:
\[ \begin{aligned} f'(x) &= \lim_{h \to 0} \frac{e^{x+h} - e^x}{h} \\ &= \lim_{h \to 0} \frac{e^x e^h - e^x}{h} \quad \text{(using } e^{x+h} = e^x e^h \text{)} \\ &= \lim_{h \to 0} \frac{e^x (e^h - 1)}{h} \\ &= e^x \lim_{h \to 0} \frac{e^h - 1}{h} \end{aligned} \]We now calculate the limit \( \lim_{h \to 0} \frac{e^h - 1}{h} \). Let \( y = e^h - 1 \), so that \( \lim_{h \to 0} y = 0 \). Then:
\[ e^h = y + 1 \implies h = \ln(y + 1) \] \[ \lim_{h \to 0} \frac{e^h - 1}{h} = \lim_{y \to 0} \frac{y}{\ln(y+1)} \] \[ = \lim_{y \to 0} \frac{1}{\frac{1}{y} \ln(y+1)} = \lim_{y \to 0} \frac{1}{\ln((y+1)^{1/y})} \]Using the definition of the Euler constant \( e \):
\[ e = \lim_{m \to 0} (1 + m)^{1/m} \implies \lim_{y \to 0} (y+1)^{1/y} = e \] \[ \lim_{h \to 0} \frac{e^h - 1}{h} = \frac{1}{\ln e} = 1 \] \[ \boxed{f'(x) = e^x} \]Conclusion: Any function of the form \( f(x) = k e^x \), where \( k \) is a constant, has the same derivative multiplied by \( k \).
For a function \( u(x) \), we use the chain rule:
\[ \frac{d}{dx} e^{u(x)} = \frac{d}{du} e^{u} \cdot \frac{du}{dx} = e^{u(x)} \frac{du}{dx} \] \[ \boxed{\frac{d}{dx} e^{u(x)} = e^{u(x)} \frac{du}{dx}} \] ---Find the derivatives of: